Edit Task: SetResourceDetails ResourceAnimation
Description
The ResourceAnimation attribute under EditTask defines the resource animation type for the specified resource for all the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text of the resource that is being defined within the command. |
AnimationType | Options are "AnimationNA", "AnimationObjectLine", "AnimationNone", "AnimationSensorOn". The AnimationSensorOn option is only valid for resources associated with STK sensor objects. |
Examples
Set no STK animation for FUSE in all possibilities for FUSEscience.
PATCH api/task/FUSEscience
Body:
{
"SetResourceDetails" : {
"ResourceName" : "FUSE",
"AnimationType" : "AnimationNA" }
}